summaryrefslogtreecommitdiff
path: root/src/pages/[locale]
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/[locale]')
-rw-r--r--src/pages/[locale]/index.astro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro
index 15b4005..53fe1e2 100644
--- a/src/pages/[locale]/index.astro
+++ b/src/pages/[locale]/index.astro
@@ -29,6 +29,11 @@ if (!firstNewsItem) {
---
<Page title={t(tPage, { key: 'title' })}>
+ <section>
+ <h2 set:html={t(tPage, { key: 'sangschaw' })} />
+ <p set:html={t(tPage, { key: 'sangschaw-para-1' })} />
+ </section>
+
<section id="news">
<h2 set:html={t(tPage, { key: 'news' })} />
<NewsIndex headingLevel="h3" newsItems={[firstNewsItem]} />